home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / chibi.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(press).as next >
Text File  |  2006-05-23  |  93b  |  8 lines

  1. on(press){
  2.    tellTarget("../")
  3.    {
  4.       gotoAndStop("miniz");
  5.       play();
  6.    }
  7. }
  8.